home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Belgian Amiga Club - ADF Collection
/
BS1 part 19.zip
/
BS1 part 19
/
Lattice C disk 4.adf
/
cc_extras
/
lmk.def
< prev
next >
Wrap
Text File
|
1988-11-07
|
378b
|
30 lines
#
# LMK.DEF
#
# Default rules for LMK.
#
# Licensed material. Program property of Lattice, Inc.
# All rights reserved.
#
#
LC=LC:lc
LC1=LC:lc1
LC1FLAGS = -iINCLUDE: -iINCLUDE:lattice/
LC2=LC:lc2
AS=ASSEM:assem
LINK=BLINK:Blink
.DEFAULT:
$(LC) $(LC1FLAGS) $*
.c.o:
$(LC) $(LC1FLAGS) $*
.a.o:
$(AS) $* -i Assem4.0:include -o $*.o
.h.o:
delete $*.o
$(LC) $(LC1FLAGS) $*